home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / UsingPDF / GhostScript / source / gs5.10 / rm_one.com < prev    next >
Encoding:
Text File  |  1997-11-13  |  273 b   |  10 lines

  1. $ Verif = F$Verify(0)
  2. $ ! OpenVMS command file to emulate behavior of:
  3. $ !
  4. $ !     Define the command for deleting (a) file(s) (including wild cards)
  5. $ !
  6. $ DELETE="DELETE$$$/LOG"
  7. $ FILE = F$SEARCH("''P1'")
  8. $ IF "''FILE'" .NES. "" THEN DELETE 'FILE'
  9. $ xxx = F$Verify(Verif)
  10.